home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 19 / 9 / DISK1994.ZIP / LSTBACK2.DOC < prev    next >
Text File  |  1989-05-24  |  3KB  |  87 lines

  1.  
  2.                         LSTBACK2 1.2 Documentation                5/24/89
  3.  
  4. LSTBACK2 Program and Documentation: Copyright (c) 1989 by Gary R. Pannone.
  5. All rights reserved. This program may be freely distributed.
  6.  
  7. If you find this program useful, please send a contribution ($10 suggested)
  8. to:  Gary R. Pannone, 35 Park View Rd., Hamden, CT 06514.
  9.  
  10. Introduction
  11. ------------
  12.  
  13. The LSTBACK2 program lists the files and directories that are stored on
  14. backup diskettes which were created with the DOS 2.0 - 3.2 BACKUP command.
  15.  
  16. LSTBACK2 lists each directory, followed by the files that were copied from that
  17. directory.  The filename, size, date, and time are listed for each file.
  18.  
  19.  
  20.  
  21.  
  22. Command Syntax
  23. --------------
  24.  
  25. The general form of the LSTBACK2 command is:
  26.  
  27.         LSTBACK2 d:[/U][/D]
  28.  
  29.    where d:  is the drive that contains the backup diskette.
  30.  
  31.          /U  indicates that the first diskette put in the
  32.              diskette drive may not be backup diskette 01
  33.              (i.e., an Unknown disk).
  34.  
  35.          /D  indicates that each filename listed should
  36.              include the full directory specification.
  37.  
  38.  
  39. Running LSTBACK2
  40. ----------------
  41.  
  42. After you type the LSTBACK2 command, the program displays a startup screen.
  43. Press any key, and the program displays a prompt that asks that you insert
  44. the first backup diskette in the specified drive.  If you did not specify
  45. the /U parameter, the first diskette must be backup diskette 01.
  46.  
  47.         Note:  You can press ctrl-C at any prompt to exit the
  48.         LSTBACK2 program.
  49.  
  50. After inserting the diskette, press any key.  If you specified the /U
  51. parameter, LSTBACK2 displays the backup diskette number.  LSTBACK2 reads the
  52. control file on the diskette, and begins listing the directories and files
  53. that are stored on the backup diskette.  If LSTBACK2 detects that the diskette
  54. is not the last backup diskette, it prompts you for the next diskette.
  55.  
  56. LSTBACK2 can only determine the size of a backup file after reading every
  57. backup diskette that contains a part of the file (a file can span backup
  58. diskettes).  Because of this, LSTBACK2 may display a message in place of the
  59. file size.  For example, if "BEGINS" is displayed, the file continues onto the
  60. next backup diskette.  If "UNKNOWN" is displayed, the beginning of the file has
  61. been missed because backup diskette 01 has not been read.  If "CONT'D" is
  62. displayed, the file continues (but does not end) on this diskette.
  63.  
  64.  
  65.  
  66. Examples
  67. --------
  68.  
  69. Some examples follow.
  70.  
  71. The following command lists all directories and files stored on the backup
  72. diskette numbered 01 in drive A.
  73.  
  74.         LSTBACK2 A:
  75.  
  76. The following command displays the backup diskette number, and then lists all
  77. directories and files stored on the backup diskette in drive A.
  78.  
  79.         LSTBACK2 A:/U
  80.  
  81. The following command lists all directories and files stored on the backup
  82. diskette numbered 01 in drive A.  Each filename is displayed as a complete
  83. path specification (minus drive ID).
  84.  
  85.         LSTBACK2 A:/D
  86.  
  87.